home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Resources / Developers / XAMPP 1.5.4 / Windows installer / xampp-win32-1.5.4-installer.exe / xampp / php / pear / font / courier.php next >
Encoding:
PHP Script  |  2001-11-11  |  257 b   |  8 lines

  1. <?php
  2. for($i=0;$i<=255;$i++)
  3.     $fpdf_charwidths['courier'][chr($i)]=600;
  4. $fpdf_charwidths['courierB']=$fpdf_charwidths['courier'];
  5. $fpdf_charwidths['courierI']=$fpdf_charwidths['courier'];
  6. $fpdf_charwidths['courierBI']=$fpdf_charwidths['courier'];
  7. ?>
  8.